-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FLOC-3739] Failover acceptance test enabled #2546
base: master
Are you sure you want to change the base?
Conversation
… failover-acceptance-test-FLOC-3739
The two tests keep failing, and then get timed out by Jenkins before they can Note that with these changes if it now takes more than 45 minutes for Pushing to this branch will overwrite my cowboy, so you might want to |
d = self.async_cloud_api.list_live_nodes() | ||
d.addCallback( | ||
lambda live: | ||
self.assertTrue( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does assertIn work here?
✔️ I'm happy with this, thanks for the improvements. Merge when you are happy and there are green tests, but I suspect there |
Builds on #2546.